runtime.mheap.initSpan (method)

3 uses

	runtime (current package)
		arena.go#L953: 	h.initSpan(s, spanAllocHeap, spc, base, userArenaChunkPages)
		mheap.go#L1344: 	h.initSpan(s, typ, spanclass, base, npages)
		mheap.go#L1381: func (h *mheap) initSpan(s *mspan, typ spanAllocType, spanclass spanClass, base, npages uintptr) {